home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / game / role / eyangband.lha / EyAngband031b / pref / user.prf < prev    next >
Text File  |  2001-04-16  |  2KB  |  119 lines

  1. # File: user.prf
  2.  
  3. #
  4. # This file defines "override" actions of various kinds
  5. #
  6. # This file includes, if appropriate, various "sub-files"
  7. #
  8. # See "lib/help/command.txt" and "src/files.c" for more information.
  9. #
  10.  
  11.  
  12. ## Option -- Force the use of original commands
  13. #X:rogue_like_commands
  14.  
  15. ## Option -- Force the use of roguelike commands
  16. #Y:rogue_like_commands
  17.  
  18.  
  19. ##### System Specific Subfiles #####
  20.  
  21. ?:[IOR [EQU $SYS xaw] [EQU $SYS x11]]
  22. %:user-x11.prf
  23.  
  24. ?:[EQU $SYS gcu]
  25. %:user-gcu.prf
  26.  
  27. ?:[EQU $SYS ami]
  28. %:user-ami.prf
  29.  
  30. ?:[EQU $SYS mac]
  31. %:user-mac.prf
  32.  
  33. ?:[IOR [EQU $SYS win] [EQU $SYS dos] [EQU $SYS ibm]]
  34. %:user-win.prf
  35.  
  36. ?:[EQU $SYS emx]
  37. %:user-emx.prf
  38.  
  39. ?:[EQU $SYS acn]
  40. %:user-acn.prf
  41.  
  42.  
  43. ##### Race Specific Subfiles #####
  44.  
  45. ?:[EQU $RACE Human]
  46. %:Human.prf
  47.  
  48. ?:[EQU $RACE Half-Elf]
  49. %:Half-Elf.prf
  50.  
  51. ?:[EQU $RACE Elf]
  52. %:Elf.prf
  53.  
  54. ?:[EQU $RACE Hobbit]
  55. %:Hobbit.prf
  56.  
  57. ?:[EQU $RACE Gnome]
  58. %:Gnome.prf
  59.  
  60. ?:[EQU $RACE Dwarf]
  61. %:Dwarf.prf
  62.  
  63. ?:[EQU $RACE Half-Orc]
  64. %:Half-Orc.prf
  65.  
  66. # "Half-Troll.prf" is too long for stupid 8.3 filenames,
  67. # so try to load the shortened filename too.
  68. ?:[EQU $RACE Half-Troll]
  69. %:Half-Troll.prf
  70. %:H-Troll.prf
  71.  
  72. ?:[EQU $RACE Dunadan]
  73. %:Dunadan.prf
  74.  
  75. ?:[EQU $RACE High-Elf]
  76. %:High-Elf.prf
  77.  
  78. ?:[EQU $RACE Angel]
  79. %:Angel.prf
  80.  
  81. ?:[EQU $RACE Demon]
  82. %:Demon.prf
  83.  
  84. ?:[EQU $RACE Nilbog]
  85. %:Nilbog.prf
  86.  
  87. ##### Class Specific Subfiles #####
  88.  
  89. ?:[EQU $CLASS Warrior]
  90. %:Warrior.prf
  91.  
  92. ?:[EQU $CLASS Mage]
  93. %:Mage.prf
  94.  
  95. ?:[EQU $CLASS Priest]
  96. %:Priest.prf
  97.  
  98. ?:[EQU $CLASS Ranger]
  99. %:Ranger.prf
  100.  
  101. ?:[EQU $CLASS Paladin]
  102. %:Paladin.prf
  103.  
  104. ?:[EQU $CLASS Mystic]
  105. %:Mystic.prf
  106.  
  107. ?:[EQU $CLASS Bard]
  108. %:Bard.prf
  109.  
  110. # "spellsword" is too long for 8.3, try several variations.
  111. ?:[EQU $CLASS Spellsword]
  112. %:Spellsword.prf
  113. %:Spelswrd.prf
  114. %:Spellsrd.prf
  115. %:Splsword.prf
  116.  
  117. ?:1
  118.  
  119.